home *** CD-ROM | disk | FTP | other *** search
- /*
- PMLPP - A POP3 mail "peeker" for OS/2<tm>.
- Copyright (C) 1997 James R. Louvau
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
- You may contact the author of PMLPP at:
-
- E-mail : jim@vwm.com
- Snail-mail : Jim Louvau
- 3437 335th St.
- West Des Moines, IA 50266
- */
-
-
- #define DLG_PMLPP 1
- #define ICO_MAIL 256
- #define PB_REFRESH 257
- #define ST_STATUS 258
-
- #define IDM_REFRESH 259
- #define IDM_PROPERTIES 260
- #define IDM_MAILREADER 261
- #define IDM_HELP 262
-
- #define DLG_CONFIGURE 263
- #define GB_OPTIONS 264
- #define CB_PLAYSOUND 265
-
- #define GB_POLLING 266
- #define SPB_INTERVAL 267
- #define ST_MINUTES 268
-
- #define GB_POPSETTINGS 269
- #define ST_SERVER 270
- #define EF_SERVER 271
- #define ST_PORT 272
- #define EF_PORT 273
- #define ST_USER 274
- #define EF_USER 275
- #define ST_PASSWORD 276
- #define EF_PASSWORD 277
-
- #define GB_MAILER 278
- #define ST_PROGRAM 279
- #define EF_PROGRAM 280
- #define ST_OPTIONS 281
- #define EF_OPTIONS 282
- #define ST_DIRECTORY 283
- #define EF_DIRECTORY 284
-
- #define MNU_CONTEXT 285
- #define IDM_HELPINDEX 286
- #define IDM_GENERALHELP 287
- #define IDM_ABOUTPMLPP 288
- #define IDM_USINGHELP 289
- #define PB_HELP 290
- #define DLG_ABOUT 291
-
- #define CB_SAVEPASSWORD 292
-
-
-
- #define CB_FORCEIP 293
- #define DLG_PASSWORD 294
-